_PNP_DEVICE_ACTION_ENTRY

//0x20 bytes (sizeof) struct _PNP_DEVICE_ACTION_ENTRY { struct _LIST_ENTRY ListEntry; //0x0 struct _DEVICE_OBJECT* DeviceObject; //0x8 enum _PNP_DEVICE_ACTION_REQUEST RequestType; //0xc UCHAR ReorderingBarrier; //0x10 ULONG RequestArgument; //0x14 struct _KEVENT* CompletionEvent; //0x18 LONG* CompletionStatus; //0x1c };